home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / checkbox.d / checkbox-backend.ini next >
INI File  |  2009-10-27  |  531b  |  20 lines

  1. [DEFAULT]
  2.  
  3. # Space separated list of files to include as a dependency for the
  4. # backend interface.
  5. includes = %(checkbox_share)s/configs/checkbox.ini
  6.  
  7. [checkbox/plugins]
  8.  
  9. whitelist = backend_manager gather_prompt internal_suite manual_test
  10.     message_info metric_test persist_info shell_test suites_prompt
  11.  
  12. [checkbox/plugins/user_interface]
  13.  
  14. # Module where the user interface implementation is defined.
  15. interface_module = checkbox.user_interface
  16.  
  17. # Class implementing the UserInterface interface.
  18. interface_class = UserInterface
  19.  
  20.